How do I generate a random curve for landscape (like Worms)? [closed]

Posted by Stas on Game Development See other posts from Game Development or by Stas
Published on 2012-04-04T15:42:52Z Indexed on 2012/04/04 23:46 UTC
Read the original article Hit count: 131

Filed under:
|
|

Possible Duplicate:
How do I generate terrain like that of Scorched Earth?
How can I generate Worms-style terrain?

I must build random curve line for the 2D Game on the BitMap (like in Worms, from the side).

Teacher said that I should do it using Terrain Generation through recourcy (I work in Delphi 7). I understand the main principle, but I don't know how to introduce it as code.

All measurements according to the screen resolution.

© Game Development or respective owner

Related posts about graphics

Related posts about programming